Package-level declarations

Types

Link copied to clipboard

Utility object for Discovery API operations.

Link copied to clipboard

Utility object for handling locale operations in the Discovery API.

Link copied to clipboard
class SingleLiveDataValue<out T>(content: T)

A wrapper for a single-use LiveData value in the Discovery API.

Functions

Link copied to clipboard

Extracts the TMMarketDomain from an event URL.

Link copied to clipboard

Extracts the ID from a URL, removing query parameters.

Link copied to clipboard

Extracts the path after the domain in a URL.

Link copied to clipboard

Extracts the second-to-last path segment from a URL.

Link copied to clipboard

Extracts the ID from a URL string.

Link copied to clipboard

Extracts the immediate path value after the specified path.

Link copied to clipboard

Extracts the path value after the specified path in a URL.

Link copied to clipboard

Checks if the string is an attraction URL.

Link copied to clipboard

Checks if the string is an event URL.

Link copied to clipboard

Checks if the string is a major URL.

Link copied to clipboard

Checks if the string is a minor URL.

Link copied to clipboard

Checks if the string is numeric.

Link copied to clipboard

Checks if the string is a React tab URL.

Link copied to clipboard

Checks if the string is a review URL.

Link copied to clipboard

Checks if the string is a successful review URL.

Link copied to clipboard

Checks if the string is a search URL.

Link copied to clipboard

Checks if the string is a venue URL.

Link copied to clipboard
Link copied to clipboard

Converts a Date to a GMT string representation.

Link copied to clipboard

Converts a locale string to a TMMarketDomain.

Link copied to clipboard

Updates the name of the attraction entity.

Link copied to clipboard

Updates the access token in the member information.

Link copied to clipboard
fun Long?.valueOrDefault(default: Long): Long

Returns the Long value or a default if null.